import type { RefObject } from 'react'; import type { FileInputProps } from './types'; export declare const DropzoneContent: ({ disabled, isSmall, inputId, title, inputRef, }: { disabled?: boolean; isSmall: boolean; inputId: string; title: FileInputProps['title']; inputRef: RefObject; }) => import("react").JSX.Element; //# sourceMappingURL=DropzoneContent.d.ts.map